net/http.http2clientStream.abortErr (field)
9 uses
	net/http (current package)
		h2_bundle.go#L7548: 	abortErr  error         // set if abort is closed
		h2_bundle.go#L7601: 		cs.abortErr = err
		h2_bundle.go#L8533: 				return nil, cs.abortErr
		h2_bundle.go#L8636: 				err = cs.abortErr
		h2_bundle.go#L8682: 			return cs.abortErr
		h2_bundle.go#L8701: 		return cs.abortErr
		h2_bundle.go#L8825: 			return cs.abortErr
		h2_bundle.go#L9018: 	err = cs.abortErr
		h2_bundle.go#L9065: 			return 0, cs.abortErr
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |